
function galleryFind() {

var href1 = document.getElementById('rss-title-11930659-1').href;

 var parts = href1.split('/');
               var result = parts[parts.length-1];


var next = result.split('.');
               var result2 = next[next.length-2];
			   
    var start = 'http://www.frontdoorsnews.com/social-seen-photos/'
	   
document.getElementById('rss-title-11930659-1').href =  'http://www.frontdoorsnews.com/social-seen-photos/' + result2 ;
document.getElementById('rss-title-11930659-1').id = 'testable';

			  
document.getElementById('rss-read-more-11930659-1').href = 'http://www.frontdoorsnews.com/social-seen-photos/' + result2 ;
document.getElementById('rss-read-more-11930659-1').id = 'testable2';
		   
		   }
	   
	   


               // was an alert here

               /*var parts = theURL.split('/');
               var result = parts[parts.length-1];

             
             if (result == "christopheryen") { 
                var txt=document.getElementById("author");
				txt.innerHTML="asdf";*/
				
                 
          


