
// JavaScript Document
function querySt(ji) {
site = window.location.search.substring(1);
gy = site.split("&");
for (i=0;i<gy.length;i++) {
ft = gy[i].split("=");
if (ft[0] == ji) {
return ft[1];
}
}
}
//siteName = window.location.search.substring(1);
//var siteName = querySt("site"); //Get the substring by name
var siteName = window.location.host; //Get the substring by name
//var siteName = siteName.replace(/www/,""); //Get the substring by name
if (siteName.search(/rnotebuyer.com/i) >= 0) {
	document.write('<p><a href="http://validator.w3.org/check?uri=referer" target="_blank"><img src="http://www.on2k.com/images/xhtml10_copy1.gif" alt="Valid XHTML" width="80" height="15" border="0" /></a>&nbsp;<a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank"> <img src="http://www.on2k.com/images/css_copy1.gif" alt="Valid CSS" width="80" height="15" border="0" /></a></p>');
}
/*else if (siteName == "dpginvestments.com") {
	alert('');
}
//<div style="background-color:#000000; width:2000px; height:2000px; position:absolute; top:-200px; left:-200px; bottom:-200px; right:-200px;"></div>
*/
else if (siteName.search(/richmarnotecards.com/i) >= 0) {
	document.write('<p><a href="http://validator.w3.org/check?uri=referer" target="_blank"><img src="http://www.on2k.com/images/xhtml10_copy1.gif" alt="Valid XHTML" width="80" height="15" border="0" /></a>&nbsp;<a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank"> <img src="http://www.on2k.com/images/css_copy1.gif" alt="Valid CSS" width="80" height="15" border="0" /></a></p>');
}
else if (siteName.search(/firstturnfilms.com/i) >= 0) {
	document.write('<p><a href="http://validator.w3.org/check?uri=referer" target="_blank"><img src="http://www.on2k.com/images/xhtml10_copy1.gif" alt="Valid XHTML" width="80" height="15" border="0" /></a>&nbsp;<a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank"> <img src="http://www.on2k.com/images/css_copy1.gif" alt="Valid CSS" width="80" height="15" border="0" /></a></p>');
}
else{
	document.write('<p><a href="http://validator.w3.org/check?uri=referer" target="_blank"><img src="http://www.on2k.com/images/xhtml10_copy1.gif" alt="Valid XHTML" width="80" height="15" border="0" /></a>&nbsp;<a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank"> <img src="http://www.on2k.com/images/css_copy1.gif" alt="Valid CSS" width="80" height="15" border="0" /></a></p>');
}