// JavaScript Document

function ProfileBadge()
{
	//var isLoggedIn = -5
	
	if (isLoggedIn > 0)
	{
		document.write('<embed src="http://creative.myspace.com/groups/_vj/sydney7/swfs/hotnot.swf" FlashVars="image='+imageUrl+'&age='+age+'" width="431" height="403" wmode="transparent"></embed>');
	}
	else
	{
	document.write('<embed src="http://creative.myspace.com/groups/_vj/sydney7/swfs/hotnot_notlogged.swf" width="431" height="403" wmode="transparent"></embed>');	
	}
	
	
	



}
