var Advertiser = {
    viewPhotostitialDemo : function(category) {
			       $('#iframe').remove();
			       $('#image_iframe_div').append('<iframe width="490px" scrolling="no" height="300px" style="margin-top: 55px; padding: 3px; border: 1px solid #CCC;" id="iframe" name="iframe" src="/technology/get_sample.php?type=Photostitial&amp;w=490&amp;h=300&amp;ref=index&amp;ad=technology"></iframe>');
			   },
    viewCustomOverlayDemo : function(category) {
			       $('#iframe').remove();
			       $('#image_iframe_div').append('<iframe width="490px" scrolling="no" height="300px" style="margin-top: 55px; padding: 3px; border: 1px solid #CCC;" id="iframe" name="iframe" src="/technology/get_sample.php?type=CustomOverlayAd&amp;w=490&amp;h=300&amp;ref=index&amp;ad=auto"></iframe>');
			   },
    viewBannerDemo : function(category) {
			       $('#iframe').remove();
			       $('#image_iframe_div').append('<iframe width="490px" scrolling="no" height="300px" style="margin-top: 55px; padding: 3px; border: 1px solid #CCC;" id="iframe" name="iframe" src="/technology/get_sample.php?type=InImageDisplay&amp;w=490&amp;h=300&amp;ref=index&amp;ad=fashion"></iframe>');
			   },
    viewImageOverlayDemo : function(category) {
			       $('#iframe').remove();
			       $('#image_iframe_div').append('<iframe width="490px" scrolling="no" height="300px" style="margin-top: 55px; padding: 3px; border: 1px solid #CCC;" id="iframe" name="iframe" src="/technology/get_sample.php?type=InImageTextAd&amp;w=490&amp;h=300&amp;ref=index&amp;ad=travel_front"></iframe>');
			   },
}

