﻿/*Rotates the products in the SpecialProducts control*/
function RotateSpecial()
{
	callbSpecialProducts.Callback();
	window.setTimeout( "RotateSpecial()",10000 );
}
function Callback_OnError(sender,e)
{
}

