$(document).ready(function(){
	
	$(".email").html("jobs@iwi.com").attr("href","mailto:jobs@iwi.com");
	
	// homepage likebox
	$(".likebox").append('<fb:like-box href="http://www.facebook.com/home.php#!/pages/Iwi/139619876104021" width="220" height="290" show_faces="true" stream="false" header="false"></fb:like-box>');

	
	
	
	/****************************** games likeboxes - separate pages ***********************************/
	var url = window.location.href;
	var fbcode = ''; 
	
	if (url.indexOf('/games/superfun-town/',0) != -1)
		fbcode = '<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fapps%2Fapplication.php%3Fid%3D260692711926&amp;width=250&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;header=false&amp;height=265" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:250px; height:265px;" allowTransparency="true"></iframe>';
	
	else if (url.indexOf('/games/bingo-net/',0) != -1)
		fbcode = '<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fapps%2Fapplication.php%3Fid%3D201382520663&amp;width=250&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;header=false&amp;height=255" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:250px; height:255px;" allowTransparency="true"></iframe>';

	else if (url.indexOf('/games/world-keepie-uppie-cup/',0) != -1)
		fbcode = '<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fapps%2Fapplication.php%3Fid%3D114227461935074&amp;width=250&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;header=false&amp;height=265" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:250px; height:265px;" allowTransparency="true"></iframe>';

	else if (url.indexOf('/games/bee-blitz/',0) != -1)
		fbcode = '<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FBee-Blitz%2F139007602836305&amp;width=250&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;header=false&amp;height=265" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:250px; height:265px;" allowTransparency="true"></iframe>';	

	else if (url.indexOf('/games/jackpotjoy-slots/',0) != -1)
	
		fbcode = '<iframe src="http://www.facebook.com/plugins/like.php?app_id=127036130711025&amp;href=http%3A%2F%2Fwww.facebook.com%2Fapps%2Fapplication.php%3Fid%3D184983254880891&amp;send=false&amp;layout=standard&amp;send=false&amp;layout=standard&amp;width=250&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font&amp;height=265" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:250px; height:265px;" allowTransparency="true"></iframe>';	

	
	if (fbcode!='') $("#column").html(fbcode);
	
	
	// games likeboxes - unite page
	$("#superfun").append('<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fapps%2Fapplication.php%3Fid%3D260692711926&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font&amp;colorscheme=light&amp;height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>');
	$("#bingo").append('<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fapps%2Fapplication.php%3Fid%3D201382520663&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font&amp;colorscheme=light&amp;height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>');
	$("#keepie").append('<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fapps%2Fapplication.php%3Fid%3D114227461935074&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font&amp;colorscheme=light&amp;height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>');
	$("#beeblitz").append('<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FBee-Blitz%2F139007602836305&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font&amp;colorscheme=light&amp;height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>');
	$("#slots").append('<iframe src="http://www.facebook.com/plugins/like.php?app_id=127036130711025&amp;href=http%3A%2F%2Fwww.facebook.com%2Fapps%2Fapplication.php%3Fid%3D184983254880891&amp;send=false&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font&amp;colorscheme=light&amp;height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>');
	
})
