function pageload() {
var surveyForm;
var surveyThanks;
var surveyResult = getQueryValue('surveyresult', "");
if(surveyResult) {
surveyForm = document.getElementById("surveyFormDiv");
surveyThanks = document.getElementById("surveyThanksDiv");
surveyForm.style.display = "none";
surveyThanks.style.display = "block";
}
}
function getQueryValue(fieldname, defaultValue) {
var query = this.location.href;
query = query.substring((query.indexOf('?')) + 1);
string_arr = query.split('&');
for (i = 0; i < string_arr.length; i++) {
if(string_arr[i].indexOf(fieldname) > -1) {
string_arr[i] = string_arr[i].substring((string_arr[i].indexOf('=')) + 1);
return string_arr[i];
}
}
return (defaultValue);
}
function writeFlash() {
detectFlash();
if(flashOkay) {
var loc = document.location.pathname;
var locs = loc.split("/");
var userType = locs[3];
document.writeln('');
document.writeln('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,65,0" width="560" height="235">');
document.writeln('<param name="movie" value="/cms/global/flash/offerus111/offerus111_pre.swf">');
document.writeln('<param name="quality" value="high">');
document.writeln('<param name="FlashVars" value="UserType='+userType+'">');
document.writeln('<param name="wmode" value="opaque">');
document.writeln('<embed src="/cms/global/flash/offerus111/offerus111_pre.swf" width="560" height="235" title="" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" flashvars="&UserType='+userType+'" wmode="opaque"></embed>');
document.writeln('</object>');
document.writeln('');
}
else {
document.writeln('<img src="/cms/global/assets/images/promotion/us/specialOffers/worldwide_sale_from_281.jpg" style="height:235px; width:560px; border:0px;" alt="Worldwide sale from $281." title="" />');
}
}
function writeFlashPostpin() {
detectFlash();
if(flashOkay) {
var loc = document.location.pathname;
var locs = loc.split("/");
var userType = locs[3];
document.writeln('');
document.writeln('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,65,0" width="760" height="235">');
document.writeln('<param name="movie" value="/cms/global/flash/offerus111/offerus111_post.swf">');
document.writeln('<param name="quality" value="high">');
document.writeln('<param name="FlashVars" value="UserType='+userType+'">');
document.writeln('<param name="wmode" value="opaque">');
document.writeln('<embed src="/cms/global/flash/offerus111/offerus111_post.swf" width="760" height="235" title="" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" flashvars="&UserType='+userType+'" wmode="opaque"></embed>');
document.writeln('</object>');
document.writeln('');
}
else {
document.writeln('<img src="/cms/global/assets/images/promotion/us/specialOffers/worldwide_sale_from_281_wide.jpg" style="height:150px; width:760px; border:0px;" alt="Worldwide sale from $281." title="" />');
}
}

