//var affInterfaceOptions = '&pr_code=HJsTH72yrs4T9Eg9UKlOFy7UKE0P7i&cols=2&rows=3&sp=30&shop=z2-deepSky';
var affInterfaceOptions = '&pr_code=wE124ayma2LE84588iO9K12cLsnqwH&cols=3&rows=8&iw=684&ih=2200';

    <!-- CHANGE PR CODE ABOVE  -->

function IncludeAffInterface(options,file){
	if(!file) file = 'pr_interface';
	options = affInterfaceOptions + (options ? '&'+options : '');
	document.write('<SCRIPT type="text/javascript" language="JavaScript" src="http://www.templatehelp.com/codes/'+file+'.php?'+options+'"><'+'/SCRIPT>');
}

function Popup(url){
	window.open(
		url,
		'window',
		'width=600, height=600, resizable=yes, scrollbars=yes, location=no,  toolbar=no, menubar=no, status=no'
	);
}
// Hide "www.mytemplatestorage.com" from status bar
function HideStatus(){
	window.status = document.readyState!="complete" ?
		"Loading..." : window.defaultStatus;
}
document.onreadystatechange = HideStatus;


