<!--


// Send to a friend function REVIEW script
function mailReview()
{
  mail_str = "mailto:?subject= Cool sk8 product review at: " + document.title;
  mail_str += "&body= Hey, I thought you'd get a kick outta this sk8 product review -- " + document.title;
  mail_str += ". You should check this out at, " + location.href; 
  location.href = mail_str;
}
// END Send to a friend function REVIEW script


// Send To Friend LINK script
function s2fReview(){
	var strReturn = new String();
	strReturn += ('<p id="send2friend" style="text-align: right;"><a href="javascript:mailReview()"><img src="/images/send2friendIcon.gif" />Tell a friend about this product...</a></p>');
	
document.writeln(strReturn);
}
// END Send To Friend LINK script



// Bottom Line Traffic light GREEN and recommendationss script
function bottomLineGreen(){
	var strReturn = new String();
	strReturn += ('<p>So, should you <span class="reviewForget">forget</span>, <span class="reviewRent">rent</span> or <span class="reviewBuy">buy</span> this DVD?</p><ul id="buyRent" class="greenLight"><li>Forget</li><li>Rent</li><li class="yes">Buy</li></ul><p id="send2friend" style="text-align: right;"><a href="javascript:mailReview()"><img src="/images/send2friendIcon.gif" />Tell a friend about this product...</a></p>');
	
document.writeln(strReturn);
}
// END Bottom Line Traffic light GREEN and recommendationss script



// Bottom Line Traffic light YELLOW and recommendationss script
function bottomLineYellow(){
	var strReturn = new String();
	strReturn += ('<p>So, should you <span class="reviewForget">forget</span>, <span class="reviewRent">rent</span> or <span class="reviewBuy">buy</span> this DVD?</p><ul id="buyRent" class="yellowLight"><li>Forget</li><li class="yes">Rent</li><li>Buy</li></ul><p id="send2friend" style="text-align: right;"><a href="javascript:mailReview()"><img src="/images/send2friendIcon.gif" />Tell a friend about this product...</a></p>');
	
document.writeln(strReturn);
}
// END Bottom Line Traffic light YELLOW and recommendationss script



// Bottom Line Traffic light RED and recommendationss script
function bottomLineRed(){
	var strReturn = new String();
	strReturn += ('<p>So, should you <span class="reviewForget">forget</span>, <span class="reviewRent">rent</span> or <span class="reviewBuy">buy</span> this DVD?</p><ul id="buyRent" class="redLight"><li class="yes">Forget</li><li>Rent</li><li>Buy</li></ul><p id="send2friend" style="text-align: right;"><a href="javascript:mailReview()"><img src="/images/send2friendIcon.gif" />Tell a friend about this product...</a></p>');
	
document.writeln(strReturn);
}
// END Bottom Line Traffic light RED and recommendationss script




// send URL to Friend script
function sendToFriend(){
	var strReturn = new String();
	strReturn += ('<p id="send2friend"><a href="javascript:mailReview()"><img src="/images/send2friendIcon.gif" />Tell a friend about this product...</a></p>');
	
document.writeln(strReturn);
}
// END send URL to Friend script






// Review criteria SK8 script
function reviewCriteria(){
	var strReturn = new String();
	strReturn += ('<br /><span id="ratingsGuideLink">View our <a href="/reviews/ratingsGuide.html">Ratings Guide</a> for info on our skateboard DVD review criteria.</span>');
	
document.writeln(strReturn);
}
// END Review criteria SK8 script

// Review criteria BOOK script
function reviewCriteriaBook(){
	var strReturn = new String();
	strReturn += ('<br /><span id="ratingsGuideLink">View our <a href="/reviews/ratingsGuide.html">Ratings Guide</a> for info on our skateboard book review criteria.</span>');
	
document.writeln(strReturn);
}
// END Review criteria BOOK script

// Review criteria ACCESSORY script
function reviewCriteriaAcc(){
	var strReturn = new String();
	strReturn += ('<br /><span id="ratingsGuideLink">View our <a href="/reviews/ratingsGuide.html">Ratings Guide</a> for info on our skateboard accessory review criteria.</span>');
	
document.writeln(strReturn);
}
// END Review criteria ACCESSORY script

// Review criteria SNOW script
function reviewCriteriaSnow(){
	var strReturn = new String();
	strReturn += ('<br /><span id="ratingsGuideLink">View our <a href="/reviews/ratingsGuide.html">Ratings Guide</a> for info on our snowboard DVD review criteria.</span>');
	
document.writeln(strReturn);
}
// END Review criteria SNOW script



// 
