// FLUID INTERWEB
function SWFEmbed(swfSRC,sWidth,sHeight)
{
	var sb=Math.floor(Math.random()*11);
	var swfSRC=swfSRC+"?stamp="+sb;
	var SWFString='<embed src='+swfSRC+' width='+sWidth+' height='+sHeight+' menu=false border="0" wmode="transparent" align="center"> </embed>';
	document.write(SWFString);
}

function websolution(solutiontype)
{
}