
var images=new Array('images/social/delicious.gif','images/social/digg.gif','images/social/reddit.gif','images/social/facebook.gif','images/social/stumbleupon.gif');
var links=new Array('http://del.icio.us/post?url=','http://digg.com/submit?url=','http://reddit.com/submit?url=','http://www.facebook.com/sharer.php?u=','http://www.stumbleupon.com/submit?url=');
var names=new Array('Delicious','Digg','reddit','Facebook','StumbleUpon');

document.write('<div class="sharing">');
document.write('<div class="sharing1">Share</div>');
document.write('<div id="sharing2"><a href="http://www.halloween.co.uk/social-bookmarks.html">Whats this?</a></div>');
document.write('</div>');
	
	for(var i=0; i<5; i++)
	{
		
		document.write('<div class="socialbookmarks ');
		document.write(' show');
		document.write(i);
		document.write('">');
		document.write('<img src="http://www.diet.co.uk/'+images[i]+'" class="imgsoc"><a href="'+links[i]+escape(self.location.href)+'" target="_blank" >'+names[i]+'</a>');
		document.write('</div>');
			
		
		
		
	}
	
	document.write('<div class="clearfloats">&nbsp;</div>');
	document.write('<div id="toplinks">');
				document.write('<div class="topsearchestitle">Top Halloween Searches</div>');
					document.write('<div class="topsearches"><a href="http://www.halloween.co.uk/html/results.asp?keyword=Games">Games</a> | <a href="http://www.halloween.co.uk/html/results.asp?keyword=Halloween">Halloween</a> | <a href="http://www.halloween.co.uk/html/results.asp?keyword=DVDs">DVDs</a> <br> <a href="http://www.halloween.co.uk/html/results.asp?keyword=Credit Cards">Credit Cards</a> | <a href="http://www.halloween.co.uk/html/results.asp?keyword=Free Stuff">Free Stuff</a> | <a href="http://www.halloween.co.uk/html/results.asp?keyword=Recipes</a>">Recipes</a></div>');
				document.write('</div>');
	
	