// JavaScript Document
function toplinks(){
	var str="<a href='index.php'>Home</a> | <a href='about_us.php'>About us</a> | <a href='success_stories.php'>Success Stories</a> | <a href='clients.php'>Clients</a> | <a href='testimonials.php'>Testimonials</a> | <a href='business.php'>Business Opportunity</a> | <a href='advertisement.php'>Advertise with us</a> | <a href='contact.php'>Contact us</a>&nbsp;&nbsp;&nbsp;<br>";
	
str=str+'<div align="right" style="padding-right:10px; padding-top:5px;"><a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;pub=sparklingmodels"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=sparklingmodels"></script>&nbsp;&nbsp;&nbsp;<script type="text/javascript" src="http://cdn.socialtwist.com/2009090724647/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009090724647/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, 2009090724647, window.location, document.title)" onclick="STTAFFUNC.cw(this, {id:2009090724647, link: window.location, title: document.title });"/></a></div>';

	document.write(str);
}

function mainlinks(){
	var str="<a href='search_select.php' class='menu'>Search</a> | <a href='register_select.php' class='menu'>Register</a> | <a href='opportunity.php' class='menu'>Opportunity</a> | <a href='tips.php' class='menu'>Tips</a> | <a href='news.php' class='menu'>News</a> | <a href='guest_column.php' class='menu'>Guest Column</a> | <a href='campus_corner.php' class='menu'>Campus Corner</a> | <a href='hang_outs.php' class='menu'>Hangouts</a> | <a href='street_ramp.php' class='menu'>Street Ramp</a> | <a href='#' class='menu'>Shopping</a> | <a href='#' class='menu'>Stock Photos</a>  |  <a href='faqs.php' class='menu'>FAQs</a>";
	document.write(str);
}

function bottomlinks(){
	var str="<a href='index.php'>Home</a> | <a href='about_us.php'>About us</a> | <a href='success_stories.php'>Success Stories</a> | <a href='clients.php'>Clients</a> | <a href='testimonials.php'>Testimonials</a> | <a href='business.php'>Business Opportunity</a> | <a href='advertisement.php'>Advertise with us</a> | <a href='search_select.php'>Search</a> | <a href='register_select.php'>Register</a> | <a href='opportunity.php'>Opportunity</a> | <a href='tips.php'>Tips</a> <br>	<a href='news.php'>News</a> | <a href='guest_column.php'>Guest Column</a> | <a href='campus_corner.php'>Campus Corner</a> | <a href='hang_outs.php'>Hangouts</a> | <a href='street_ramp.php'>Street Ramp</a> | <a href='#'>Shopping</a> | <a href='#'>Stock Photos</a> | <a href='#'>FAQs</a> | <a href='contact.php'>Contact us</a> <br>	<b>© Copyright 2007, Sparklingmodels.com</b><br><br>";
	document.write(str);
	
}