var Dscr;
var dLay=21;
var oUrl=top.window.location.href;
var oPst=oUrl.lastIndexOf('/')+1;
var oPnd=oUrl.lastIndexOf('.')+1;
var Path='http://www.nzflower.co.nz/';
var Shop=oUrl.substring(0,oPst).indexOf('/shop/');
if (Shop>0) { Path=Path+'shop/'; }
var nPag=oUrl.substring(oPst,oPnd)+'php';
var fNam=Path+nPag;
function adFav(){
//	Dscr=parent.newPage.document.title;
	if(document.all){
		window.external.AddFavorite(fNam,Dscr);
	}else if(window.navigator.appName.indexOf("Netscape")!=-1){
		alert('Netscape users :\n\nWhen you reach the new page, simply press\n< Ctrl + D > to adFav your bookmarks ...');
	}
}
function fBack(){
	Dscr=parent.newPage.document.title;
	top.document.title=Dscr;
	if(dLay>0){
		dLay--;
		window.status='Redirecting you to '+nPag.toUpperCase()+' in '+dLay+' seconds ...';
		setTimeout('fBack();',1000);
	}else{
		goHref();
	}
}
function goHref(){
	top.window.location.replace(fNam);
}