var affInterfaceOptions = '&amp;pr_code=YVJ66iPfd5g7im9138YP2wmD3EsI8j&cols=3&amp;rows=4&amp;shop=h2-second';

function IncludeAffInterface(options,file){
  if(!file) file = 'pr_interface';
  options = affInterfaceOptions + (options ? '&amp;'+options : '');
  document.write('<SCRIPT type="text/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;

