// JavaScript Document
if(typeof sIFR == "function"){
// This is the preferred "named argument" syntax
	//sIFR.replaceElement("h1.title", "vagrounded.swf", "#CA281B", null, null, null, 0, 0, 0, 0);
	sIFR.replaceElement(named({sSelector:"h1.title", sFlashSrc:"/vagrounded.swf", sColor:"#CA281B", sLinkColor:"#000000", sBgColor:"#FFFFFF", sHoverColor:"#CCCCCC", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"", sWmode:"transparent"}));
};