function show_iframe(id){
	if(id==1){
		html='<iframe class="recommend_iframe" src="http://www.facebook.com/plugins/recommendations.php?site=http%3A%2F%2Fwww.neoxteen.com&amp;width=670&amp;height=300&amp;header=false&amp;colorscheme=dark" scrolling="no" frameborder="0" allowTransparency="true"></iframe>';
	}
	if(id==2){
		html='<iframe src="http://www.facebook.com/plugins/like.php?href='+url+'&amp;layout=standard&amp;show_faces=true&amp;width=650&amp;action=like&amp;colorscheme=dark&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:650px; height:80px;" allowTransparency="true"></iframe>';
	}
	if(id==3){
		html='<g:plusone></g:plusone>';
	}
	document.write(html);
}		
