<!--function yourStory(){	openStory('');}function yourGR2Story(){	openStory('gr2');}function openStory(type){	var objURL = new Object();	var found=false;	try	{		window.location.search.replace( new RegExp( "([^?=&]+)(=([^&]*))?", "g" ),			function( $0, $1, $2, $3 )										{											objURL[ $1 ] = $3;										}					);		for (var strKey in objURL)		{			if ( strKey == 's' )			{				hWin = window.open( objURL[ strKey ]+"&t="+type, "YourStory", "top=10,left=10,width=620,height=660,resizable=yes,menubar=yes,scrollbars=yes,location=no,toolbar=yes" );				found=true;			}		}	}	catch ( e )	{		window.status="";	}	if ( found==false )	{		hWin = window.open( "popup_yourstoryform.html", "YourStory", "top=10,left=10,width=620,height=660,resizable=yes,menubar=yes,scrollbars=yes,location=no,toolbar=yes" );	}}// -->
